38c757
@@ -54,6 +54,7 @@
public void run(HookContext hookContext) throws Exception {
     for (TezTask tezTask : rootTasks) {
       WmContext wmContext = tezTask.getDriverContext().getCtx().getWmContext();
       if (wmContext != null) {
+        wmContext.printJson(console);
         wmContext.shortPrint(console);
       }
     }
